FixColumn(Boolean,Int32) Method
In This Topic
Fixes the column to keep it from scrolling when v is True, and unfixes the column when v is False.
Syntax
'Declaration
Public Overloads Sub FixColumn( _
ByVal As Boolean, _
ByVal As Integer _
)
public void FixColumn(
bool ,
int
)
Parameters
- v
- True to fix the column.
- pos
- The column index position after it is fixed.
See Also