Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetAxisModel Class / GetSize Method
Row or column index


In This Topic
    GetSize Method (BaseSheetAxisModel)
    In This Topic
    Gets the size of the specified row or column. (This implementation always returns 60.)
    Syntax
    'Declaration
     
    
    Public Overridable Function GetSize( _
       ByVal index As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As BaseSheetAxisModel
    Dim index As Integer
    Dim value As Integer
     
    value = instance.GetSize(index)
    public virtual int GetSize( 
       int index
    )

    Parameters

    index
    Row or column index

    Return Value

    Always returns 60
    See Also