Class ExternalSheetData
java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.ExternalSheetData
The Class ExternalSheetData.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getRows()Gets the rows.intGets the sheet id.booleanChecks for refresh error.voidsetRefreshError(boolean hasRefreshError)Sets the refresh error.voidsetSheetID(int sheetID)Sets the sheet id.toString()
-
Constructor Details
-
ExternalSheetData
public ExternalSheetData()Instantiates a new external sheet data.
-
-
Method Details
-
clone
-
toString
-
getRows
Gets the rows.- Returns:
- the rows
-
hasRefreshError
public boolean hasRefreshError()Checks for refresh error.- Returns:
- true, if successful
-
setRefreshError
public void setRefreshError(boolean hasRefreshError)Sets the refresh error.- Parameters:
hasRefreshError- the new refresh error
-
getSheetID
public int getSheetID()Gets the sheet id.- Returns:
- the sheet id
-
setSheetID
public void setSheetID(int sheetID)Sets the sheet id.- Parameters:
sheetID- the new sheet id
-