Class StiGetExcelValueEventArgs

java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiGetExcelValueEventArgs

public class StiGetExcelValueEventArgs extends EventArgs
Describes an argument for the event GetExcelValue.
  • Constructor Details

    • StiGetExcelValueEventArgs

      public StiGetExcelValueEventArgs()
  • Method Details

    • getStoreToPrinted

      public boolean getStoreToPrinted()
      Internal use only.
    • setStoreToPrinted

      public void setStoreToPrinted(boolean value)
    • getValue

      public String getValue()
      Gets or sets the value.
    • setValue

      public void setValue(String value)