Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 780 Bytes

XlsxSpreadsheetCell.md

File metadata and controls

14 lines (10 loc) · 780 Bytes

XlsxSpreadsheetCell

Properties

Name Type Description Notes
Path string The Path of the location of this object; leave blank for new rows [optional] [default to null]
TextValue string Text value of the cell [optional] [default to null]
CellIdentifier string Cell reference of the cell, e.g. A1, Z22, etc. [optional] [default to null]
StyleIndex int32 Identifier for the style to apply to this style [optional] [default to null]
Formula string [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]