Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LbsDropData Class / dxMin Property


In This Topic
    dxMin Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property dxMin As UShort
    'Usage
     
    
    Dim instance As LbsDropData
    Dim value As UShort
     
    instance.dxMin = value
     
    value = instance.dxMin
    public ushort dxMin {get; set;}
    See Also