Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerAuxErrBar Class / sertm Property


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