'宣言 Public Function New( _ ByVal gridCell As GridRecordItem, _ ByVal cellElement As IGridCell, _ ByVal exportValue As Object, _ ByVal isHeader As Boolean, _ ByVal isFooter As Boolean, _ ByVal isSummary As Boolean _ )
public DocumentCellExportingEventArgs( GridRecordItem gridCell, IGridCell cellElement, object exportValue, bool isHeader, bool isFooter, bool isSummary )