CellHistory Class |  |
Represents CellHistory object.
Inheritance Hierarchy
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntaxpublic class CellHistory : Cell
Public Class CellHistory
Inherits Cell
public ref class CellHistory : public Cell
type CellHistory =
class
inherit Cell
end
The CellHistory type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | ModifiedAt |
Gets the date the cell was modified.
|
 | ModifiedBy |
Gets the user that modified the cell.
|
Top
See Also