ChartSheet.PageSetup Property (2007 System)
Gets a PageSetup that contains all the page setup settings for the Microsoft.Office.Tools.Excel.ChartSheet.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property PageSetup As PageSetup
'Usage
Dim instance As ChartSheet
Dim value As PageSetup
value = instance.PageSetup
[BrowsableAttribute(false)]
public PageSetup PageSetup { get; }
[BrowsableAttribute(false)]
public:
property PageSetup^ PageSetup {
PageSetup^ get ();
}
public function get PageSetup () : PageSetup
Property Value
Type: PageSetup
A PageSetup that contains all the page setup settings for the Microsoft.Office.Tools.Excel.ChartSheet.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.