Uses of Enum Class
com.stimulsoft.report.enums.StiGridMode
Packages that use StiGridMode
-
Uses of StiGridMode in com.stimulsoft.report.design
Methods in com.stimulsoft.report.design that return StiGridModeModifier and TypeMethodDescriptionfinal StiGridModeStiDesignerInfo.getGridMode()Gets or sets grid mode.Methods in com.stimulsoft.report.design with parameters of type StiGridMode -
Uses of StiGridMode in com.stimulsoft.report.enums
Methods in com.stimulsoft.report.enums that return StiGridModeModifier and TypeMethodDescriptionstatic StiGridModeStiGridMode.forValue(int value) static StiGridModeReturns the enum constant of this class with the specified name.static StiGridMode[]StiGridMode.values()Returns an array containing the constants of this enum class, in the order they are declared.