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
)
Protected Shared Function GenerateDefaultName (
namesCollection As ICollection,
strStart As String
) As String
protected:
static String^ GenerateDefaultName(
ICollection^ namesCollection,
String^ strStart
)
static member GenerateDefaultName :
namesCollection : ICollection *
strStart : string -> string
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