Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintHeaderFooterAreaEventArgs Class / Cells Property


In This Topic
    Cells Property (PrintHeaderFooterAreaEventArgs)
    In This Topic
    Returns the range of cells being printed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cells As CellRange
    'Usage
     
    
    Dim instance As PrintHeaderFooterAreaEventArgs
    Dim value As CellRange
     
    value = instance.Cells
    public CellRange Cells {get;}
    See Also