Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Ref8 Class / rwFirst Property


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