Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ShtProps Class / fNotSizeWith Property


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