VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReference Class
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
    CellReference Class Members
    In This Topic
    The following tables list the members exposed by CellReference.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Determines the cell reference with maximum location at column and row.
    Public FieldThe maximum column count.
    Public FieldThe maximum column index.
    Public FieldThe maximum row count.
    Public FieldThe maximum row index.
    Public Fieldstatic (Shared in Visual Basic)Determines the cell reference with minimum location at column and row.
    Public Fieldstatic (Shared in Visual Basic)Determines the cell reference with undefined location.
    Public Properties
     NameDescription
    Public PropertyGets the index of the column.
    Public PropertyGets a value indicating whether the column is fixed.
    Public PropertyGets a value indicating whether the row is fixed.
    Public PropertyGets the index of the row.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates the cell reference.
    Public Methodstatic (Shared in Visual Basic)Creates the column reference.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the fixed cell reference.
    Public Methodstatic (Shared in Visual Basic)Creates fixed column reference.
    Public Methodstatic (Shared in Visual Basic)Creates fixed row reference.
    Public Methodstatic (Shared in Visual Basic)Creates the row reference.
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public MethodReturns the name in A1 format.
    Public MethodReturns a hash code for this instance.
    Public MethodReturns the name in R1C1 format.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Parses cell reference from specified string in A1 or R1C1 format.
    Public MethodConverts to a string.
    Public Methodstatic (Shared in Visual Basic)Creates a new cell reference that is created from cell reference translated to the specified column and row offset.
    Public Methodstatic (Shared in Visual Basic)Tries to parse cell reference from specified string in A1 or R1C1 format.
    Public Operators
     NameDescription
    Public OperatorPerforms an implicit conversion from System.String to CellReference.
    See Also