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