Uses of Class
com.stimulsoft.report.events.StiGetExcelValueEvent

Packages that use StiGetExcelValueEvent
com.stimulsoft.report.components.simplecomponents   
 

Uses of StiGetExcelValueEvent in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiGetExcelValueEvent
 StiGetExcelValueEvent StiText.getGetExcelValueEvent()
          Occurs when the ExcelValue is calculated.
 StiGetExcelValueEvent StiCheckBox.getGetExcelValueEvent()
          Occurs when the ExcelValue is calculated.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiGetExcelValueEvent
 void StiText.setGetExcelValueEvent(StiGetExcelValueEvent value)
           
 void StiCheckBox.setGetExcelValueEvent(StiGetExcelValueEvent value)