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

    Parameters

    range
    See Also