Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetExt Class / cb Property


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