Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public HPageBreak this[
	CellRange location
] { get; }
Public ReadOnly Default Property Item ( 
	location As CellRange
) As HPageBreak
	Get
public:
property HPageBreak^ default[CellRange^ location] {
	HPageBreak^ get (CellRange^ location);
}
member Item : HPageBreak with get

Parameters

location
CellRange

Property Value

HPageBreak

See Also