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


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