Spread Windows Forms 15.0
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)
    public bool IsWholeColumn( 
       ref RangeReference range
    )

    Parameters

    range
    See Also