Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / GelFrame Class / Size Property


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