'宣言 Public Function New( _ ByVal gridRow As GridRecord, _ ByVal isHeaderRow As Boolean, _ ByVal isFooterRow As Boolean, _ ByVal isSummaryRow As Boolean _ )
public BaseExportRowEventArgs( GridRecord gridRow, bool isHeaderRow, bool isFooterRow, bool isSummaryRow )