Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LineFormat Class / we Property


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