SheetViewportContains Method (Int32, Int32) |
Determines whether the sheet viewport contains the specified row and column index.
Namespace: Telerik.Windows.Documents.Spreadsheet.LayoutAssembly: Telerik.Windows.Documents.Spreadsheet (in Telerik.Windows.Documents.Spreadsheet.dll) Version: 2018.1.219.40 (2018.1.219.40)
Syntaxpublic bool Contains(
int rowIndex,
int columnIndex
)
Public Function Contains (
rowIndex As Integer,
columnIndex As Integer
) As Boolean
Parameters
- rowIndex
- Type: SystemInt32
Index of the row. - columnIndex
- Type: SystemInt32
Index of the column.
Return Value
Type:
Boolean
See Also