| 
 | 
 | 
 | 
| 
        | Cell Field, FooterClickedEventArgs Class | 
The column footer being clicked or null/Nothing indicating that no column footer is associated with this event.
Syntax FooterClickedEventArgs Class (Softelvdm.SftTreeNET)
| VB | Public ReadOnly Property Cell As CellClass | 
| C# | public readonly CellClass Cell; | 
| C++ | public: <readonly> CellClass^ Cell; | 
Comments
The Cell field contains the column footer being clicked or null/Nothing indicating that no column footer is associated with this event.