HotXLS dokumentacija

Worksheets

collection. Read-only Integer Worksheets collection. Read-only Integer This example uses the Count property to set the value of A1 cell on the first sheet Workbook.Sheets[

Pavyzdys

This example uses the Count property to set the value of A1 cell on the first sheet Workbook.Sheets[

'A1'

'A1'

Workbook.Sheets[1].Range['A1','A1'].Value := Workbook.Sheets.Count;