Class WorksheetSource
java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.WorksheetSource
The Class WorksheetSource.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new worksheet source.WorksheetSource(String sheetName, String reference)Instantiates a new worksheet source. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the named range.Gets the reference.Gets the sheet name.voidsetNamedRange(String namedRange)Sets the named range.voidsetReference(String reference)Sets the reference.voidsetSheetName(String sheetName)Sets the sheet name.toString()
-
Constructor Details
-
WorksheetSource
public WorksheetSource()Instantiates a new worksheet source. -
WorksheetSource
Instantiates a new worksheet source.- Parameters:
sheetName- the sheet namereference- the reference
-
-
Method Details
-
clone
-
toString
-
getNamedRange
Gets the named range.- Returns:
- the named range
-
setNamedRange
Sets the named range.- Parameters:
namedRange- the new named range
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getSheetName
Gets the sheet name.- Returns:
- the sheet name
-
setSheetName
Sets the sheet name.- Parameters:
sheetName- the new sheet name
-