Click or drag to resize

AbstractRowTColumn, TCell Properties

The AbstractRowTColumn, TCell generic type exposes the following members.

Properties
  NameDescription
Public propertyAbove
Flag used to specify the location at which to create or move a row. Optionally used in conjunction with siblingId with a value of true to indicate that the row should be added above the specified sibling row. This attribute can be specified in a request, but will never be present in a response.
Public propertyAccessLevel
Gets the user's permissions on the sheet.
Public propertyAttachments
Gets the Attachments.
Public propertyCells
Gets the Cells.
Public propertyColumns
Gets the Columns.
Public propertyConditionalFormat
Format descriptor describing this row’s conditional format (see Formatting) Only returned if the include query string parameter contains format and this row has a conditional format applied.
Public propertyCreatedAt
Gets the date and time a row was created.
Public propertyCreatedBy
User object containing name and email of the creator of this row
Public propertyDiscussions
Gets the Discussions.
Public propertyExpanded
Checks if the row is Expanded.
Public propertyFilteredOut
true if this row is filtered out by a column filter (and thus is not displayed in the Smartsheet app), false if the row is not filtered out. Only returned if the include query string parameter contains filters.
Public propertyFormat
Only returned if the include query string parameter contains format and this row has a non-default format applied.
Public propertyInCriticalPath
Only returned, with a value of true, if the sheet is a project sheet with dependencies enabled and this row is in the critical path.
Public propertyIndent
integer value specifying the number of levels to indent this row. This attribute can be specified in a request, but will never be present in a response.
Public propertyLocked
true if the row is locked by the sheet owner or the admin. Returned if the row is locked.
Public propertyLockedForUser
True if the row is locked for the requesting user. Returned if the row is locked.
Public propertyModifiedAt
Gets and Sets the date and time a row was last modified.
Public propertyModifiedBy
User object containing name and email of the last person to modify this row
Public propertyOutdent
integer value specifying the number of levels to outdent this row. This attribute can be specified in a request, but will never be present in a response.
Public propertyParentId
If this is a child row, the ID of the parent row, else omitted from response
Public propertyParentRowNumber
Gets the parent row number.
Public propertyPermalink
URL that represents a direct link to the Row in Smartsheet Only returned if the include query string parameter contains rowPermalink.
Public propertyRowNumber
Gets the row number.
Public propertySheetId
Gets the Id of the sheet.
Public propertySiblingId
The ID of the previous sibling row at the same hierarchical level of this row, if any, else omitted from response
Public propertyToBottom
Flag used to specify the location at which to create or move a row. Indicates that the row should be added to the bottom of the sheet, or, if used in conjunction with parentId, added as the last child of the parent. This attribute can be specified in a request, but will never be present in a response.
Public propertyToTop
Flag used to specify the location at which to create or move a row. Indicates that the row should be added to the top of the sheet. This attribute can be specified in a request, but will never be present in a response.
Public propertyVersion
Gets the Version number that is incremented every time a sheet is modified.
Top
See Also