Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SIIndex Class / numIndex Property


In This Topic
    numIndex Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property numIndex As UShort
    'Usage
     
    
    Dim instance As SIIndex
    Dim value As UShort
     
    instance.numIndex = value
     
    value = instance.numIndex
    public ushort numIndex {get; set;}
    See Also