cfExcelProxy | Methods | selectSheetMethod name: selectSheet Returns: cfExcelProxy Chainable: yes Description: Selects the sheet requested and makes it the active one. Possible Usages newSheet( name="sheet_name" )
Selects a sheet in the workbook, and makes it the currently active one. It will remain that way until another is selected or a new one is selected with newSheet(). |