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


In This Topic
    Size Property (CodeName)
    In This Topic
    Gets the size of the structure in bytes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As Integer
    'Usage
     
    
    Dim instance As CodeName
    Dim value As Integer
     
    value = instance.Size
    public int Size {get;}
    See Also