Gets or sets a value indicating whether invisible items should be exported.
SyntaxVB6
Copy Code
|
|---|
| Public Property Get ExportInvisibleItems() As Boolean Public Property Let ExportInvisibleItems( _ ByVal value As Boolean _ ) |
C++
Copy Code
|
|---|
| public: bool get_ExportInvisibleItems () void put_ExportInvisibleItems ( bool value ) |
A boolean value. The default is false.
See Also