Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Utils Class / GetScaleSize Method
The row/column size
The zoom factor


In This Topic
GetScaleSize Method
In This Topic
Get row/column size with zoom scale
Syntax
'Declaration
 
Public Shared Function GetScaleSize( _
   ByVal size As Double, _
   ByVal zoomFactor As Double _
) As Double
 
'Usage
 
Dim size As Double
Dim zoomFactor As Double
Dim value As Double
 
value = Utils.GetScaleSize(size, zoomFactor)

Parameters

size
The row/column size
zoomFactor
The zoom factor
See Also