在工作表中查找形状的绝对位置
Contents
[
Hide
]
有时,您需要知道形状在工作表中的绝对位置。 Aspose.Cells 提供了形状.LeftToCorner和形状.TopToCorner用于此目的的属性。这些属性返回形状在工作表内的绝对位置(以像素为单位)。
以下示例代码显示工作表中第一个形状的绝对位置(以像素为单位)。示例代码显示以下控制台输出:
Absolute Position of this Shape is (320 , 183)