Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / ConvertST_SparklineTypeToShort Method
The type.


In This Topic
    ConvertST_SparklineTypeToShort Method
    In This Topic
    Converts the S t_ sparkline type to short.
    Syntax
    'Declaration
     
    
    Public Shared Function ConvertST_SparklineTypeToShort( _
       ByVal type As ST_SparklineType _
    ) As Short
    'Usage
     
    
    Dim type As ST_SparklineType
    Dim value As Short
     
    value = ExcelXMLHelpers.ConvertST_SparklineTypeToShort(type)
    public static short ConvertST_SparklineTypeToShort( 
       ST_SparklineType type
    )

    Parameters

    type
    The type.
    See Also