IQuoteTableCanDeleteRows Property |
Gets or sets a value indicating whether this instance can delete rows.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool CanDeleteRows { get; set; }Property CanDeleteRows As Boolean
Get
Set
property bool CanDeleteRows {
bool get ();
void set (bool value);
}function get_CanDeleteRows();
function set_CanDeleteRows(value);
No code example is currently available or this language may not be supported.
Property Value
Booleantrue if this instance can delete rows; otherwise,
false.
See Also