FixColumn(Boolean) 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 _
)
public void FixColumn(
bool
)
Parameters
- v
- True to fix the column.
See Also