Class Location
java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.Location
The Class Location.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the column page count.intGets the first data column.intGets the first data row.intGets the first header row.Gets the reference.intGets the row page count.voidsetColumnPageCount(int columnPageCount)Sets the column page count.voidsetFirstDataColumn(int firstDataColumn)Sets the first data column.voidsetFirstDataRow(int firstDataRow)Sets the first data row.voidsetFirstHeaderRow(int firstHeaderRow)Sets the first header row.voidsetReference(String reference)Sets the reference.voidsetRowPageCount(int rowPageCount)Sets the row page count.toString()
-
Constructor Details
-
Location
public Location()Instantiates a new location. -
Location
Instantiates a new location.- Parameters:
reference- the referencefirstHeaderRow- the first header rowfirstDataRow- the first data rowfirstDataColumn- the first data column
-
-
Method Details
-
clone
-
toString
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getColumnPageCount
public int getColumnPageCount()Gets the column page count.- Returns:
- the column page count
-
setColumnPageCount
public void setColumnPageCount(int columnPageCount)Sets the column page count.- Parameters:
columnPageCount- the new column page count
-
getFirstDataColumn
public int getFirstDataColumn()Gets the first data column.- Returns:
- the first data column
-
setFirstDataColumn
public void setFirstDataColumn(int firstDataColumn)Sets the first data column.- Parameters:
firstDataColumn- the new first data column
-
getFirstDataRow
public int getFirstDataRow()Gets the first data row.- Returns:
- the first data row
-
setFirstDataRow
public void setFirstDataRow(int firstDataRow)Sets the first data row.- Parameters:
firstDataRow- the new first data row
-
getFirstHeaderRow
public int getFirstHeaderRow()Gets the first header row.- Returns:
- the first header row
-
setFirstHeaderRow
public void setFirstHeaderRow(int firstHeaderRow)Sets the first header row.- Parameters:
firstHeaderRow- the new first header row
-
getRowPageCount
public int getRowPageCount()Gets the row page count.- Returns:
- the row page count
-
setRowPageCount
public void setRowPageCount(int rowPageCount)Sets the row page count.- Parameters:
rowPageCount- the new row page count
-