Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

Commit

Permalink
Update worksheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessawong committed Jun 10, 2016
1 parent 06f6865 commit 66497a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/excel/worksheet.md
Expand Up @@ -6,7 +6,7 @@ An Excel worksheet is a grid of cells. It can contain data, tables, charts, etc.

| Property | Type |Description
|:---------------|:--------|:----------|
|id|string|Returns a value that uniquely identifies the worksheet in a given workbook. The value of the identifier remains the same even when the worksheet is renamed or moved. Read-only.|
|id|string|Returns a value that uniquely identifies the worksheet in a given workbook. The value of the identifier remains the same even when the worksheet is renamed or moved. Values change with each session of the file being opened. Read-only.|
|name|string|The display name of the worksheet.|
|position|int|The zero-based position of the worksheet within the workbook.|
|visibility|string|The Visibility of the worksheet. Possible values are: Visible, Hidden, VeryHidden.|
Expand Down

0 comments on commit 66497a0

Please sign in to comment.