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


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

Parameters

range
See Also