FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetAxisModel Class / SetSize Method
Row or column index
Size in pixels


SetSize Method (DefaultSheetAxisModel)
Sets the size of the specified row or column.
Syntax
'Declaration
 
Public Overrides Sub SetSize( _
   ByVal index As Integer, _
   ByVal value As Integer _
) 
 
'Usage
 
Dim instance As DefaultSheetAxisModel
Dim index As Integer
Dim value As Integer
 
instance.SetSize(index, value)

Parameters

index
Row or column index
value
Size in pixels
Exceptions
ExceptionDescription
Specified size is not valid; must be greater than or equal to zero
Example
See Also