Property |
The PropertyColumnCollectionChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ColumnAdditionDeletionRenameOperations |
Gets the column addition, deletion, and rename operations.
For additions, the OldName field in the tuple is null, and the NewName field contains the name of the added column.
For deletions, the NewName field of the tuple is null, and the OldName field contains the name of the deleted column.
For renamings, the OldName filed of the tuple contains the old name of the column, and the NewName field contains the new name.
(Inherited from BaseColumnCollectionChangedEventArgs) | |
HasRowCountDecreased |
Returns whether the row count may have decreased.
(Inherited from BaseColumnCollectionChangedEventArgs) | |
MaxColChanged |
Returns the highest column number that has changed (plus one).
(Inherited from BaseColumnCollectionChangedEventArgs) | |
MaxRowChanged |
Returns the highest row number that has changed (plus one).
(Inherited from BaseColumnCollectionChangedEventArgs) | |
MinColChanged |
Returns the lowest column number that has changed.
(Inherited from BaseColumnCollectionChangedEventArgs) | |
MinRowChanged |
Returns the lowest row number that has changed.
(Inherited from BaseColumnCollectionChangedEventArgs) |