Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ChartFormat Class / icrt Property


In This Topic
    icrt Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property icrt As Short
    'Usage
     
    
    Dim instance As ChartFormat
    Dim value As Short
     
    instance.icrt = value
     
    value = instance.icrt
    public short icrt {get; set;}
    See Also