AbstractRowTColumn, TCell Class |
Namespace: Smartsheet.Api.Models
public abstract class AbstractRow<TColumn, TCell> : IdentifiableModel where TColumn : Column where TCell : Cell
The AbstractRowTColumn, TCell type exposes the following members.
Name | Description | |
---|---|---|
Above |
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.
| |
AccessLevel |
Gets the user's permissions on the sheet.
| |
Attachments |
Gets the Attachments.
| |
Cells |
Gets the Cells.
| |
Columns |
Gets the Columns.
| |
ConditionalFormat |
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.
| |
CreatedAt |
Gets the date and time a row was created.
| |
CreatedBy |
User object containing name and email of the creator of this row
| |
Discussions |
Gets the Discussions.
| |
Expanded |
Checks if the row is Expanded.
| |
FilteredOut |
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.
| |
Format |
Only returned if the include query string parameter contains format and
this row has a non-default format applied.
| |
InCriticalPath |
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.
| |
Indent |
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.
| |
Locked |
true if the row is locked by the sheet owner or the admin.
Returned if the row is locked.
| |
LockedForUser |
True if the row is locked for the requesting user.
Returned if the row is locked.
| |
ModifiedAt |
Gets and Sets the date and time a row was last modified.
| |
ModifiedBy |
User object containing name and email of the last person to modify this row
| |
Outdent |
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.
| |
ParentId |
If this is a child row, the ID of the parent row, else omitted from response
| |
ParentRowNumber |
Gets the parent row number.
| |
Permalink |
URL that represents a direct link to the Row in Smartsheet
Only returned if the include query string parameter contains rowPermalink.
| |
RowNumber |
Gets the row number.
| |
SheetId |
Gets the Id of the sheet.
| |
SiblingId |
The ID of the previous sibling row at the same hierarchical level of this row, if any, else omitted from response
| |
ToBottom |
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.
| |
ToTop |
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.
| |
Version |
Gets the Version number that is incremented every time a sheet is modified.
|
Name | Description | |
---|---|---|
GetColumnById |
Get a column by it's ID.
| |
GetColumnByIndex |
Get a column by it's Index.
|