IGoExcelSetCurrentSheet Method |
Sets the current sheet of the specified Excel workbook.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function SetCurrentSheet (
fileName As String,
sheetName As String
) As Integer
int SetCurrentSheet(
string fileName,
string sheetName
)
Parameters
- fileName
- Type: SystemString
The relative or absolute filename of the Excel workbook. (Relative paths are recommended.) - sheetName
- Type: SystemString
The name of the worksheet.
Return Value
Type:
Int32Zero if the operation was successful.
See Also