'Declaration
Overloads Sub Add( _ Optional ByVal before As ISheet, _ Optional ByVal after As ISheet, _ Optional ByVal count As Integer _ )
Parameters
- before
- An GrapeCity.Spreadsheet.ISheet object that specifies the sheet before which the new sheet is added. You cannot specify before if you specify after.
- after
- An GrapeCity.Spreadsheet.ISheet object that specifies the sheet after which the new sheet is added. You cannot specify after if you specify before.
- count
- The number of sheets to be added.