Method | Description | |
---|---|---|
GetExportValue ( System.Web.UI.WebControls.GridViewRow row ) : object |
Gets the value that should be exported to Excel
|
Method | Description | |
---|---|---|
FormatDataValue ( object dataValue, bool encode ) : string |
Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.
|
|
GetValue ( System controlContainer ) : object |
Retrieves the value of the field bound to the T:System.Web.UI.WebControls.BoundField object.
|
Method | Description | |
---|---|---|
GetAttributeObject ( System.Web.UI.WebControls.GridViewRow row ) : IHasAttributes |
Gets the attribute object.
|
|
GetRowValue ( System.Web.UI.WebControls.GridViewRow row, bool condensed, bool formatAsHtml ) : object |
Gets the row value.
|
protected FormatDataValue ( object dataValue, bool encode ) : string | ||
dataValue | object | The field value to format. |
encode | bool | true to encode the value; otherwise, false. |
return | string |
public GetExportValue ( System.Web.UI.WebControls.GridViewRow row ) : object | ||
row | System.Web.UI.WebControls.GridViewRow | The row. |
return | object |
protected GetValue ( System controlContainer ) : object | ||
controlContainer | System | The container for the field value. |
return | object |