Uses of Class
com.stimulsoft.report.enums.StiGridMode

Packages that use StiGridMode
com.stimulsoft.report.design   
com.stimulsoft.report.enums   
 

Uses of StiGridMode in com.stimulsoft.report.design
 

Methods in com.stimulsoft.report.design that return StiGridMode
 StiGridMode StiDesignerInfo.getGridMode()
          Gets or sets grid mode.
 

Methods in com.stimulsoft.report.design with parameters of type StiGridMode
 void StiDesignerInfo.setGridMode(StiGridMode value)
           
 

Uses of StiGridMode in com.stimulsoft.report.enums
 

Methods in com.stimulsoft.report.enums that return StiGridMode
static StiGridMode StiGridMode.forValue(int value)
           
static StiGridMode StiGridMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiGridMode[] StiGridMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.