Click or drag to resize

GroupBoxCollection Item Property (String)

Gets the IGroupBox associated with the specified name.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IGroupBox this[
	string name
] { get; }

Parameters

name
Type: System String
The name of the IGroupBox to retrieve.

Return Value

Type: IGroupBox
The IGroupBox with the specified name.

Implements

IGroupBoxes Item String
See Also