Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
ICollection<(Of <(<'T>)>)>
strStart
String

Return Value

String

See Also