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