excel.core
类 RowCol

java.lang.Object
  继承者 excel.core.RowCol
所有已实现的接口:
java.io.Serializable

public class RowCol
extends java.lang.Object
implements java.io.Serializable

另请参见:
序列化表格

字段摘要
 int col
           
 int row
           
 
构造方法摘要
RowCol()
           
RowCol(int r, int c)
           
 
方法摘要
 boolean equals(java.lang.Object obj)
           
 java.lang.String toString()
           
 
从类 java.lang.Object 继承的方法
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

row

public int row

col

public int col
构造方法详细信息

RowCol

public RowCol()

RowCol

public RowCol(int r,
              int c)
方法详细信息

equals

public boolean equals(java.lang.Object obj)
覆盖:
java.lang.Object 中的 equals

toString

public java.lang.String toString()
覆盖:
java.lang.Object 中的 toString