Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MSOCR Class / fSchemeIndex Property


In This Topic
    fSchemeIndex Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fSchemeIndex As Boolean
    'Usage
     
    
    Dim instance As MSOCR
    Dim value As Boolean
     
    instance.fSchemeIndex = value
     
    value = instance.fSchemeIndex
    public bool fSchemeIndex {get; set;}
    See Also