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# 
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
String
arrCollections
array<ICollection>[]()[][]

Return Value

String

See Also