Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ValueContext Class / IsPrinting Property


In This Topic
    IsPrinting Property (ValueContext)
    In This Topic
    Gets a boolean value indicating whether the cell is printing.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPrinting As Boolean
    'Usage
     
    Dim instance As ValueContext
    Dim value As Boolean
     
    value = instance.IsPrinting
    public bool IsPrinting {get;}
    See Also