C# Class Smartsheet.Api.Internal.RowResourcesImpl

Inheritance: AbstractResources, RowResources
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Private Methods

Method Description
Attachments ( ) : AssociatedAttachmentResources
DeleteRow ( long id ) : void
Discussions ( ) : AssociatedDiscussionResources
GetCellHistory ( long rowId, long columnId ) : IList
GetRow ( long id, IEnumerable includes ) : Row
MoveRow ( long id, RowWrapper rowWrapper ) : IList
RowResourcesImpl ( SmartsheetImpl smartsheet ) : System
SendRow ( long id, RowEmail email ) : void
UpdateCells ( long rowId, IList cells ) : IList