Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Cell Class / rw Property


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