Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BoundSheet8 Class / lbPlyPos Property


In This Topic
    lbPlyPos Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property lbPlyPos As UInteger
    'Usage
     
    
    Dim instance As BoundSheet8
    Dim value As UInteger
     
    instance.lbPlyPos = value
     
    value = instance.lbPlyPos
    public uint lbPlyPos {get; set;}
    See Also