Smartsheet.Api.Models.Cell.AddCellBuilder.AddCellBuilder C# (CSharp) Method

AddCellBuilder() public method

Set required properties.
public AddCellBuilder ( long columnId, object value ) : System.Collections.Generic
columnId long the column Id
value object the value of the cell
return System.Collections.Generic
            public AddCellBuilder(long? columnId, object value)
            {
                this.columnId = columnId;
                this.value = value;
            }