Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Chunk Structure / Length Property


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