Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AlRuns Class / cRuns Property


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