CellAddress

Overview

CellAddress 是 C++ 的 FOSS 中的 Aspose.Cells 类.

代表了手机地址.

本类提供了7种方法,用于在C++程序中使用CellAddress对象. 有的方法包括: CellAddress, Equals, GetColumnIndex, GetHashCode, GetRowIndex, Parse, ToString. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
CellAddress()启动一个新的 CellAddress 类实例.
GetRowIndex()int得到了行索引.
GetColumnIndex()int得到了列索引.
Parse(cellReference: std::string_view)CellAddress解析指定值,手机引用. 手机地址.
Equals(other: CellAddress)bool确定指定值是否等于当前实例. 如果条件满足,则 true;否则是 false.
GetHashCode()int返回当前实例的哈希码.
ToString()std::string返回当前实例的字符串表示.

See Also

 中文