IGoExcel.SetCurrentSheet 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
SyntaxFunction SetCurrentSheet (
fileName As String,
sheetName As String
) As Integer
int SetCurrentSheet(
string fileName,
string sheetName
)
Parameters
- fileName
- Type: System.String
The relative or absolute filename of the Excel workbook. (Relative paths are recommended.) - sheetName
- Type: System.String
The name of the worksheet.
Return Value
Type:
Int32Zero if the operation was successful.
See Also