Search
Table.Printable Property
See Also
 



Gets or sets a value indicating whether this table is drawn on paper when printing.

 Syntax

VB6  Copy Code

Public Property Get Printable() As Boolean
Public Property Let Printable( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_Printable ()
void put_Printable (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

Specifies whether a table is to be rendered during print or print-preview operations.

 See Also