Click or drag to resize

GroupBoxCollection AddCopy Method

Adds a copy of the provided IGroupBox to the current collection or structure.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddCopy(
	IGroupBox source
)

Parameters

source
Type: Spire.Xls.Core IGroupBox
The IGroupBox instance to be copied and added.
See Also