Rock.Web.UI.Controls.AttributeField.GetExportValue C# (CSharp) Method

GetExportValue() public method

Gets the value that should be exported to Excel
public GetExportValue ( System.Web.UI.WebControls.GridViewRow row ) : object
row System.Web.UI.WebControls.GridViewRow The row.
return object
        public override object GetExportValue( GridViewRow row )
        {
            return GetRowValue( row, false, false );
        }