mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Add javadoc to CellRange.getReferenceText()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0839a097e3
commit
46c333cb75
@ -34,6 +34,11 @@ public interface CellRange<C extends Cell> extends Iterable<C> {
|
||||
* @return <tt>height * width </tt>
|
||||
*/
|
||||
int size();
|
||||
|
||||
/**
|
||||
* @return the text format of this range. Single cell ranges are formatted
|
||||
* like single cell references (e.g. 'A1' instead of 'A1:A1').
|
||||
*/
|
||||
String getReferenceText();
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user