Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Bar Class / f100 Property


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