menu

Document Processing

ParseParameters Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ParseParameters Class

    Contains objects that can be used by some parse methods.

    Inheritance
    System.Object
    ParseParameters
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ParseParameters : Object

    Constructors

    ParseParameters(IWorksheet, Dictionary<String, String>, Boolean, Int32, Int32, FormulaUtil, IWorkbook)

    Initializes new instance of the parameters.

    Declaration
    public ParseParameters(IWorksheet sheet, Dictionary<string, string> worksheetNames, bool r1C1, int cellRow, int cellColumn, FormulaUtil formulaUtility, IWorkbook book)
    Parameters
    Type Name Description
    IWorksheet sheet

    Worksheet that contains cell that is currently parsed.

    System.Collections.Generic.Dictionary<System.String, System.String> worksheetNames
    System.Boolean r1C1

    Indicates whether R1C1 notation should be used.

    System.Int32 cellRow

    Cell row index (it is used when parsing R1C1 and Shared and Array formulas).

    System.Int32 cellColumn

    Cell column index (it is used when parsing R1C1 and Shared and Array formulas).

    FormulaUtil formulaUtility

    Instance of the FormulaUtil class - helper class for formula parsing.

    IWorkbook book

    Parent workbook.

    Fields

    CellColumn

    Cell column index (it is used when parsing R1C1 and Shared and Array formulas).

    Declaration
    public readonly int CellColumn
    Field Value
    Type
    System.Int32

    CellRow

    Cell row index (it is used when parsing R1C1 and Shared and Array formulas).

    Declaration
    public readonly int CellRow
    Field Value
    Type
    System.Int32

    FormulaUtility

    Instance of the FormulaUtil class - helper class for formula parsing.

    Declaration
    public FormulaUtil FormulaUtility
    Field Value
    Type
    FormulaUtil

    IsR1C1

    Indicates whether R1C1 notation should be used.

    Declaration
    public readonly bool IsR1C1
    Field Value
    Type
    System.Boolean

    Version

    Destination excel version.

    Declaration
    public readonly ExcelVersion Version
    Field Value
    Type
    ExcelVersion

    Workbook

    Workbook that contains cell that is currently parsed.

    Declaration
    public IWorkbook Workbook
    Field Value
    Type
    IWorkbook

    Worksheet

    Worksheet that contains cell that is currently parsed.

    Declaration
    public IWorksheet Worksheet
    Field Value
    Type
    IWorksheet

    WorksheetNames

    Declaration
    public Dictionary<string, string> WorksheetNames
    Field Value
    Type
    System.Collections.Generic.Dictionary<System.String, System.String>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved