VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class
In This Topic
CellReferences Class Methods
In This Topic
For a list of all methods of this type, see CellReferences.
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.
See Also