XlsWorksheet
MaxDisplayRange Property
|
Read-only. Returns a Range object that represents Maximum Display Range
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange MaxDisplayRange { get; }
Public ReadOnly Property MaxDisplayRange As IXLSRange
Get
public:
property IXLSRange^ MaxDisplayRange {
IXLSRange^ get ();
}
member MaxDisplayRange : IXLSRange with get
Property Value
Type:
IXLSRange
See Also