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


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