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