更新指定列宽度
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
void SetColumnWidth( int columnID, int width ) |
参数
- columnID
- Type: System..::.Int32
指定列的ID。
- width
- Type: System..::.Int32
列宽度。
C# |
---|
void SetColumnWidth( int columnID, int width ) |