Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BkHim Class / lcb Property


In This Topic
    lcb Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property lcb As Integer
    'Usage
     
    
    Dim instance As BkHim
    Dim value As Integer
     
    instance.lcb = value
     
    value = instance.lcb
    public int lcb {get; set;}
    See Also