CollectionExtended
T
GenerateDefaultName Method (ICollection
T
, 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
public static string GenerateDefaultName(
ICollection<T> namesCollection,
string strStart
)
Public Shared Function GenerateDefaultName (
namesCollection As ICollection(Of T),
strStart As String
) As String
public:
static String^ GenerateDefaultName(
ICollection<T>^ namesCollection,
String^ strStart
)
static member GenerateDefaultName :
namesCollection : ICollection<'T> *
strStart : string -> string
Parameters
-
namesCollection
-
Type:
System.Collections.Generic
ICollection
T
Names collection.
-
strStart
-
Type:
System
String
Start string.
Return Value
Type:
String
Returns string with new name.
See Also