Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LbsDropData Class / wStyle Property


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