Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MarkerFormat Class / fNotShowInt Property


In This Topic
    fNotShowInt Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fNotShowInt As Byte
    'Usage
     
    
    Dim instance As MarkerFormat
    Dim value As Byte
     
    instance.fNotShowInt = value
     
    value = instance.fNotShowInt
    public byte fNotShowInt {get; set;}
    See Also