ExcelRowCollectionRowNameToIndex Method |
Converts row name ("1", "2", ...) to row index (0, 1, ...).
Namespace:
GemBox.Spreadsheet
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 45.0.35.1069
Syntaxpublic static int RowNameToIndex(
string name
)
Public Shared Function RowNameToIndex (
name As String
) As Integer
Parameters
- name
- Type: SystemString
Row name.
Return Value
Type:
Int32Row index for the specified name.
See Also