Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / PrintObject Property


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

    Property Value

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