ExcelExportPropertiesStartingCell Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the starting cell for the data export
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string StartingCell { get; set; }
Public Property StartingCell As String
Get
Set
public:
virtual property String^ StartingCell {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_StartingCell();
function set_StartingCell(value);
Return Value
Type:
StringThe starting cell for the data export
See Also