获取或设置指定索引处(指定行列号处)所对应的对象。

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

语法

C#
public Object Item[
	int column,
	int row
] { get; set; }

参数

column
Type: System..::.Int32
给定的列号。
row
Type: System..::.Int32
给定的行号。

备注

矩阵标签元素的类型可以是图片,符号,标签专题图。目前支持的矩阵标签元素类型为LabelMatrixImageCellLabelMatrixSymbolCellThemeLabel,传入其他类型将会抛出异常。

请参见