Uses of Class
org.xlsx4j.sml.CTSelection
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTSelection in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSelection Modifier and Type Field Description protected CTSelectionCTCustomSheetView. selectionFields in org.xlsx4j.sml with type parameters of type CTSelection Modifier and Type Field Description protected java.util.List<CTSelection>SheetView. selectionMethods in org.xlsx4j.sml that return CTSelection Modifier and Type Method Description CTSelectionObjectFactory. createCTSelection()Create an instance ofCTSelectionCTSelectionCTCustomSheetView. getSelection()Gets the value of the selection property.Methods in org.xlsx4j.sml that return types with arguments of type CTSelection Modifier and Type Method Description java.util.List<CTSelection>SheetView. getSelection()Gets the value of the selection property.Methods in org.xlsx4j.sml with parameters of type CTSelection Modifier and Type Method Description voidCTCustomSheetView. setSelection(CTSelection value)Sets the value of the selection property.