AllowsNull

DocumentTableColumn.AllowsNull property

Gets a value indicating whether cells in this column contain null values or not.

public bool AllowsNull { get; }

Remarks

Undefined and error values in cells of Spreadsheet documents are also considered to be null.

See Also