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
)
Protected Shared Function GenerateDefaultName (
strStart As String,
ParamArray arrCollections As ICollection()
) As String
protected:
static String^ GenerateDefaultName(
String^ strStart,
... array<ICollection^>^ arrCollections
)
static member GenerateDefaultName :
strStart : string *
arrCollections : ICollection[] -> string
Parameters
-
strStart
-
Type:
System
String
Start stirng.
-
arrCollections
-
Type:
System.Collections
ICollection
Collection with names.
Return Value
Type:
String
Returns new name.
See Also