Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / PrintObject Property


In This Topic
    PrintObject Property (ExcelShape)
    In This Topic
    Gets or sets whether the shape is printed.
    Syntax
    'Declaration
     
    
    Public Property PrintObject As Boolean
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Boolean
     
    instance.PrintObject = value
     
    value = instance.PrintObject
    public bool PrintObject {get; set;}
    See Also