Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetCommonSize Method
Determine axis size will be returned from row axis or column axis.
start index.
end index.


In This Topic
    GetCommonSize Method
    In This Topic
    Get common axis size.
    Syntax
    'Declaration
     
    
    Public Function GetCommonSize( _
       ByVal isRowAxis As Boolean, _
       ByVal from As Integer, _
       ByVal to As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim isRowAxis As Boolean
    Dim from As Integer
    Dim to As Integer
    Dim value As Integer
     
    value = instance.GetCommonSize(isRowAxis, from, to)
    public int GetCommonSize( 
       bool isRowAxis,
       int from,
       int to
    )

    Parameters

    isRowAxis
    Determine axis size will be returned from row axis or column axis.
    from
    start index.
    to
    end index.
    See Also