Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Chunk Structure / Index Field


In This Topic
    Index Field (Chunk)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Index As Integer
    'Usage
     
    
    Dim instance As Chunk
    Dim value As Integer
     
    value = instance.Index
     
    instance.Index = value
    public int Index
    See Also