Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / ConvertST_SparklineAxisMinMaxToShort Method
The type.


In This Topic
ConvertST_SparklineAxisMinMaxToShort Method
In This Topic
Converts the S t_ sparkline axis min max to short.
Syntax
'Declaration
 
Public Shared Function ConvertST_SparklineAxisMinMaxToShort( _
   ByVal type As ST_SparklineAxisMinMax _
) As Short
 
'Usage
 
Dim type As ST_SparklineAxisMinMax
Dim value As Short
 
value = ExcelXMLHelpers.ConvertST_SparklineAxisMinMaxToShort(type)

Parameters

type
The type.
See Also