ExcelAI
ExcelTranslate Method (List
CellRange
, String)
|
Translates the text within the specified cell ranges using AI.
Namespace:
Spire.Xls.AI
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string ExcelTranslate(
List<CellRange> srcRanges,
string language
)
Public Function ExcelTranslate (
srcRanges As List(Of CellRange),
language As String
) As String
public:
String^ ExcelTranslate(
List<CellRange^>^ srcRanges,
String^ language
)
member ExcelTranslate :
srcRanges : List<CellRange> *
language : string -> string
Parameters
-
srcRanges
-
Type:
System.Collections.Generic
List
CellRange
The list of CellRanges representing the source data.
-
language
-
Type:
System
String
The target language for translation.
Return Value
Type:
String
a string indicating whether the processing was successful or not.
See Also