Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ShtProps Class / fManPlotArea Property


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