Uses of Class
org.xlsx4j.sml.CTCellWatches
Packages that use CTCellWatches
-
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 CTCellWatchesMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTCellWatchesModifier and TypeMethodDescriptionCTWorksheet.getCellWatches()Gets the value of the cellWatches property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTCellWatchesModifier and TypeMethodDescriptionvoidCTWorksheet.setCellWatches(CTCellWatches value) Sets the value of the cellWatches property. -
Uses of CTCellWatches in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCellWatchesMethods in org.xlsx4j.sml that return CTCellWatchesModifier and TypeMethodDescriptionObjectFactory.createCTCellWatches()Create an instance ofCTCellWatchesWorksheet.getCellWatches()Gets the value of the cellWatches property.Methods in org.xlsx4j.sml with parameters of type CTCellWatchesModifier and TypeMethodDescriptionvoidWorksheet.setCellWatches(CTCellWatches value) Sets the value of the cellWatches property.