Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Legend Class / wType Property


In This Topic
    wType Property (Legend)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property wType As Byte
    'Usage
     
    
    Dim instance As Legend
    Dim value As Byte
     
    instance.wType = value
     
    value = instance.wType
    public byte wType {get; set;}
    See Also