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