VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
    CellReferences Class Members
    In This Topic
    The following tables list the members exposed by CellReferences.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Determines all cells on a sheet.
    Public Properties
     NameDescription
    Public PropertyGets the bottom-right cell reference.
    Public PropertyGets the cell count in this range of the sheet cells.
    Public PropertyGets the column count.
    Public PropertyGets the column index.
    Public PropertyGets a value indicating whether this cell references cover the whole columns.
    Public PropertyGets a value indicating whether this cell references cover the whole rows.
    Public PropertyGets a value indicating whether the columns is fixed.
    Public PropertyGets a value indicating whether the rows is fixed.
    Public PropertyGets the row count.
    Public PropertyGets the row index.
    Public PropertyGets the name of the sheet.
    Public PropertyGets the top-left cell reference.
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines if the specified cell is contained within this .
    Public Methodstatic (Shared in Visual Basic)Creates the cell references to the specified column.
    Public Methodstatic (Shared in Visual Basic)Creates the cell references to the specified columns.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates fixed cell references.
    Public Methodstatic (Shared in Visual Basic)Creates the cell references to the specified row.
    Public Methodstatic (Shared in Visual Basic)Creates the cell references to the specified rows.
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public Methodstatic (Shared in Visual Basic)Excludes the specified cell references from cells.
    Public MethodOverloaded. Returns the name in A1 format.
    Public MethodReturns the bounds of this references.
    Public MethodReturns the columns of this cell references.
    Public MethodReturns an enumerator that iterates through the collection.
    Public MethodReturns a hash code for this instance.
    Public MethodReturns the name in R1C1 format.
    Public MethodReturns the rows of this cell references.
    Public Methodstatic (Shared in Visual Basic)Creates the third CellReferences that represents the intersection of two CellReferences.
    Public MethodDetermines if this references intersects with the specified CellReferences.
    Public Methodstatic (Shared in Visual Basic)Parses the cell references from the specified string in A1 or R1C1 format.
    Public MethodConverts to a string.
    Public Methodstatic (Shared in Visual Basic)Creates a new cell refereces that is created from cell reference translated to the specified column and row offset.
    Public Methodstatic (Shared in Visual Basic)Tries the expand the cell references.
    Public Methodstatic (Shared in Visual Basic)Tries to parse cell references from the specified string in A1 or R1C1 format.
    Public Methodstatic (Shared in Visual Basic)Creates the smallest possible third CellReferences that can contain both of two CellReferences that form a union.
    Public Operators
     NameDescription
    Public OperatorPerforms an implicit conversion from System.String to CellReferences.
    See Also