Method Verify
| Improve this Doc View SourceVerify(IReadOnlyList<ColumnValueBag>)
Verifies the data for paste append operation.
Declaration
bool Verify(IReadOnlyList<ColumnValueBag> data)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IReadOnlyList<ColumnValueBag> | data | The data. |
Returns
Type | Description |
---|---|
System.Boolean | true if data is valid for paste append operation, otherwise false. |