[]
Sets the active SpreadView to the specified object. If the workbook passed in is null, sets this object to be the active SpreadView.
public bool SetActiveWorkbook(SpreadView workbook)
Public Function SetActiveWorkbook(workbook As SpreadView) As Boolean
Type | Name | Description |
---|---|---|
SpreadView | workbook | SpreadView object workbook |
Type | Description |
---|---|
bool | true if successful; false otherwise |