Spread WinForms 15
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)

Parameters

index
Row or column index

Return Value

Always returns 60
See Also