根据指定的行和列定位到相应的单元格。

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

语法

C#
public Location(
	int rowPosition,
	int columnPosition
)

参数

rowPosition
Type: System..::.Int32
指定的行。
columnPosition
Type: System..::.Int32
指定的列。

请参见