Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / PrintObject Property


In This Topic
    PrintObject Property (FormatControlCommand)
    In This Topic
    Gets or sets a boolean value indicating whether the object will be printed when the document is printed.
    Syntax
    'Declaration
     
    
    Public Property PrintObject As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As FormatControlCommand
    Dim value As Nullable(Of Boolean)
     
    instance.PrintObject = value
     
    value = instance.PrintObject
    public Nullable<bool> PrintObject {get; set;}

    Property Value

    true if the object will be printed when the document is printed; otherwise, false.
    See Also