选中指定的列。

命名空间:  SuperMap.Desktop.UI
程序集:  SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll

语法

C#
public void SelectColumns(
	int[] columns
)

参数

columns
Type: array< System..::.Int32 >[]()[]
选中的列。

实现

ITabularControl..::.SelectColumns(array<Int32>[]()[])

请参见