Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetTab Class / Size Property


In This Topic
    Size Property (SheetTab)
    In This Topic
    Gets or sets the size for the sheet name tab.
    Syntax
    'Declaration
     
    
    Public Property Size As Integer
    'Usage
     
    
    Dim instance As SheetTab
    Dim value As Integer
     
    instance.Size = value
     
    value = instance.Size
    public int Size {get; set;}
    See Also