Uses of Class
org.xlsx4j.sml.CTCellWatches
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTCellWatches in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTCellWatches Modifier and Type Field Description protected CTCellWatchesCTWorksheet. cellWatchesMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTCellWatches Modifier and Type Method Description CTCellWatchesCTWorksheet. getCellWatches()Gets the value of the cellWatches property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTCellWatches Modifier and Type Method Description voidCTWorksheet. setCellWatches(CTCellWatches value)Sets the value of the cellWatches property. -
Uses of CTCellWatches in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCellWatches Modifier and Type Field Description protected CTCellWatchesWorksheet. cellWatchesMethods in org.xlsx4j.sml that return CTCellWatches Modifier and Type Method Description CTCellWatchesObjectFactory. createCTCellWatches()Create an instance ofCTCellWatchesCTCellWatchesWorksheet. getCellWatches()Gets the value of the cellWatches property.Methods in org.xlsx4j.sml with parameters of type CTCellWatches Modifier and Type Method Description voidWorksheet. setCellWatches(CTCellWatches value)Sets the value of the cellWatches property.