Objective Grid for Microsoft® .NET® Reference Guide

GridControl.ExpandRow Method 

Back to Class Index

[Visual Basic]
Overridable Public Sub ExpandRow( _
   ByVal nRow As Integer, _
   ByVal bExpand As Boolean _
)
[C#]
public virtual void ExpandRow(
   int nRow,
   bool bExpand
);

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace