FieldWidth Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the width of this field.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Width { get; set; }
Public Property Width As Integer
Get
Set
public:
virtual property int Width {
int get () sealed;
void set (int value) sealed;
}
function get_Width();
function set_Width(value);
Property Value
Type:
Int32The width of this field.
Return Value
Type:
Int32The width of this field.
Remarks See Also