Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetTotalVisibleSize Method
true to calculate the visible height; otherwise, calculate the visible width.


In This Topic
    GetTotalVisibleSize Method
    In This Topic
    Gets the total visible size of the specified axis.
    Syntax
    'Declaration
     
    
    Public Function GetTotalVisibleSize( _
       ByVal isRow As Boolean _
    ) As Double
    'Usage
     
    
    Dim instance As LayoutManager
    Dim isRow As Boolean
    Dim value As Double
     
    value = instance.GetTotalVisibleSize(isRow)
    public double GetTotalVisibleSize( 
       bool isRow
    )

    Parameters

    isRow
    true to calculate the visible height; otherwise, calculate the visible width.

    Return Value

    The total visible size of the specified axis.
    See Also