ExcelExportPropertiesShowLabels Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if column labels should be shown in the first row
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ShowLabels { get; set; }
Public Property ShowLabels As Boolean
Get
Set
public:
virtual property bool ShowLabels {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowLabels();
function set_ShowLabels(value);
Return Value
Type:
BooleanTrue if column labels should be shown in the first row
See Also