Click or drag to resize

CollectionExtended T GenerateDefaultName Method (ICollection, String)

Generates default name.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected static string GenerateDefaultName(
	ICollection namesCollection,
	string strStart
)

Parameters

namesCollection
Type: System.Collections ICollection
Names collection.
strStart
Type: System String
Start string.

Return Value

Type: String
Returns string with new name.
See Also