Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / iVRes Property


In This Topic
    iVRes Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property iVRes As Short
    'Usage
     
    
    Dim instance As Setup
    Dim value As Short
     
    instance.iVRes = value
     
    value = instance.iVRes
    public short iVRes {get; set;}
    See Also