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