Worksheet
PageSetup Property
|
Returns a PageSetup object that contains all the page setup settings
for the specified object. Read-only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PageSetup PageSetup { get; }
Public ReadOnly Property PageSetup As PageSetup
Get
public:
property PageSetup^ PageSetup {
PageSetup^ get ();
}
member PageSetup : PageSetup with get
Property Value
Type:
PageSetup
See Also