ExcelWorksheetPageSetupPrintArea Property
Gets or sets the range to be printed as a range reference string using A1 notation (e.g. A1:E8).
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public string PrintArea { get; set; }
Public Property PrintArea As String
Get
Set
public:
property String^ PrintArea {
String^ get ();
void set (String^ value);
}
member PrintArea : string with get, set
Property Value
String