IWpfTableControl2.SetColumnStates(IEnumerable<ColumnState>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the ColumnState for the indicated columns.
public:
void SetColumnStates(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ColumnState ^> ^ states);
public void SetColumnStates (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.TableControl.ColumnState> states);
abstract member SetColumnStates : seq<Microsoft.VisualStudio.Shell.TableControl.ColumnState> -> unit
Public Sub SetColumnStates (states As IEnumerable(Of ColumnState))
Parameters
- states
- IEnumerable<ColumnState>