Click or drag to resize

CollectionExtended T GenerateDefaultName Method (String, ICollection )

Generate 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(
	string strStart,
	params ICollection[] arrCollections
)

Parameters

strStart
Type: System String
Start stirng.
arrCollections
Type: System.Collections ICollection
Collection with names.

Return Value

Type: String
Returns new name.
See Also