Version

BeforeAutoSizeColumnEventArgs Class Members

The following tables list the members exposed by BeforeAutoSizeColumnEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeAutoSizeColumnEventArgs 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 PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
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