ExportTableOptions.CheckMixedValueType

ExportTableOptions.CheckMixedValueType property

False, Aspose.Cells will set the DataColumn’s type by the value type of the first row for performance. True, Aspose.Cells will check whether the value type in the column are mixed before set the DataColumn’s type And the value type are mixed, the DataColumn’s type will be string.

public bool CheckMixedValueType { get; set; }

See Also