Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WebPub Class / Size Property


In This Topic
    Size Property (WebPub)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Size As Integer
    'Usage
     
    
    Dim instance As WebPub
    Dim value As Integer
     
    instance.Size = value
     
    value = instance.Size
    public int Size {get; set;}
    See Also