'Declaration Public Sub ExpandRow( _ ByVal row As Integer, _ ByVal expand As Boolean _ )
'Usage Dim instance As SheetView Dim row As Integer Dim expand As Boolean instance.ExpandRow(row, expand)
public void ExpandRow( int row, bool expand )
SheetView Class SheetView Members