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


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