StiGetExcelValue Delegate |
Represents the method that handles the GetValue event.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public delegate string StiGetExcelValue(
StiComponent component
)
Public Delegate Function StiGetExcelValue (
component As StiComponent
) As String
Parameters
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
Return Value
Type:
StringSee Also