public final class EMFFormsSpreadsheetRenderTarget extends Object
Constructor and Description |
---|
EMFFormsSpreadsheetRenderTarget(String sheetName,
int row,
int column)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Retrieve the current column id.
|
int |
getRow()
Retrieve the row id.
|
String |
getSheetName()
Retrieve the sheet name.
|
void |
setColumn(int column)
Set the column id.
|
public EMFFormsSpreadsheetRenderTarget(String sheetName, int row, int column)
sheetName
- The name of the sheetrow
- The row id to render oncolumn
- The column id to render onpublic int getColumn()
public void setColumn(int column)
column
- The column id to setpublic String getSheetName()
public int getRow()
Copyright © 2016. All rights reserved.