Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PtgName Class / nameIndex Property


In This Topic
    nameIndex Property (PtgName)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property nameIndex As UInteger
    'Usage
     
    
    Dim instance As PtgName
    Dim value As UInteger
     
    instance.nameIndex = value
     
    value = instance.nameIndex
    public uint nameIndex {get; set;}
    See Also