Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ShtProps Class / mdBlank Property


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