Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / IsWholeRow Method


In This Topic
IsWholeRow Method
In This Topic
Syntax
'Declaration
 
Public Function IsWholeRow( _
   ByRef range As RangeReference _
) As Boolean
 
'Usage
 
Dim instance As WorksheetView
Dim range As RangeReference
Dim value As Boolean
 
value = instance.IsWholeRow(range)

Parameters

range
See Also