ImportTableOptions Class
Contents
[
Hide
]ImportTableOptions class
Represents the options of importing data into cells.
type ImportTableOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewImportTableOptions | Creates the default importing options. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetConvertGridStyle | Indicates whether apply the style of the grid view to cells. |
| SetConvertGridStyle | Indicates whether apply the style of the grid view to cells. |
| GetConvertNumericData | Gets or sets a value that indicates whether the string value should be converted to numeric or date value. |
| SetConvertNumericData | Gets or sets a value that indicates whether the string value should be converted to numeric or date value. |
| GetInsertRows | Indicates whether new rows should be added for importing data records. |
| SetInsertRows | Indicates whether new rows should be added for importing data records. |
| GetShiftFirstRowDown | Indicates whether shifting the first row down when inserting rows. |
| SetShiftFirstRowDown | Indicates whether shifting the first row down when inserting rows. |
| IsFieldNameShown | Indicates whether field name should be imported. |
| SetIsFieldNameShown | Indicates whether field name should be imported. |
| GetExportCaptionAsFieldName | Indicates whether exporting caption as field name |
| SetExportCaptionAsFieldName | Indicates whether exporting caption as field name |
| GetDateFormat | Gets or sets date format string for cells with imported datetime values. |
| SetDateFormat | Gets or sets date format string for cells with imported datetime values. |
| GetNumberFormats | Gets or sets the number formats |
| SetNumberFormats | Gets or sets the number formats |
| GetIsFormulas | Indicates whether the data are formulas. |
| SetIsFormulas | Indicates whether the data are formulas. |
| GetTotalRows | Gets or sets total row count to import from data source. -1 means all rows of given data source. |
| SetTotalRows | Gets or sets total row count to import from data source. -1 means all rows of given data source. |
| GetTotalColumns | Gets or sets total column count to import from data source. -1 means all rows of given data source. |
| SetTotalColumns | Gets or sets total column count to import from data source. -1 means all rows of given data source. |
| GetColumnIndexes | Gets or sets the columns(0-based) to import from data source. null means all columns should be imported. |
| SetColumnIndexes | Gets or sets the columns(0-based) to import from data source. null means all columns should be imported. |
| GetDefaultValues | Default value for the value in the table is null. |
| SetDefaultValues | Default value for the value in the table is null. |
| IsHtmlString | Indicates whether the value contains html tags. |
| SetIsHtmlString | Indicates whether the value contains html tags. |
| GetCheckMergedCells | Indicates whether checking merged cells. |
| SetCheckMergedCells | Indicates whether checking merged cells. |