Click or drag to resize

XlsPageSetup PrintArea Property

Returns or sets the range to be printed, as a string using A1-style references in the language of the macro. Read / write String.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string PrintArea { get; set; }

Property Value

Type: String

Implements

IPageSetup PrintArea
See Also