ICombinedRange
GetNewRangeLocation Method
|
Gets new address of range.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string GetNewRangeLocation(
Dictionary<string, string> names,
out string strSheetName
)
Function GetNewRangeLocation (
names As Dictionary(Of String, String),
<OutAttribute> ByRef strSheetName As String
) As String
String^ GetNewRangeLocation(
Dictionary<String^, String^>^ names,
[OutAttribute] String^% strSheetName
)
abstract GetNewRangeLocation :
names : Dictionary<string, string> *
strSheetName : string byref -> string
Parameters
-
names
-
Type:
System.Collections.Generic
Dictionary
String
,
String
HashTable with Worksheet names.
-
strSheetName
-
Type:
System
String
String that sets as a worksheet name.
Return Value
Type:
String
Returns string with new name.
See Also