Version

AfterAutoSizeColumnEventArgs Class Members

The following tables list the members exposed by AfterAutoSizeColumnEventArgs.

Public Constructors
 NameDescription
Public ConstructorAfterAutoSizeColumnEventArgs ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyAutoResizeColumnWidthOptionsA flagged enumeration indicating which parts of the column should be considered in the autosize operation (header, cells, and/or summaries).  
Public PropertyColumnThe column being auto-sized.  
Public PropertyNumberOfRowsA value indicating the number of rows to consider in calculating the column's width.  
Public PropertyRowsReturns the rows collection being resized when the AutoSizeMode of the column is ColumnAutoSizeMode.SiblingRowsOnly; otherwise null.  
See Also