Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Legend Class / UnusedField Property


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