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.
|
|
FormatPhoneNumber ( bool unlisted, object countryCode, object number, int phoneNumberTypeId, bool formatAsHtml ) : string |
Formats the phone number.
|
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 |
protected FormatPhoneNumber ( bool unlisted, object countryCode, object number, int phoneNumberTypeId, bool formatAsHtml ) : string | ||
unlisted | bool | if set to |
countryCode | object | The country code. |
number | object | The number. |
phoneNumberTypeId | int | The phone number type identifier. |
formatAsHtml | bool | if set to |
return | string |
public GetExportValue ( System.Web.UI.WebControls.GridViewRow row ) : object | ||
row | System.Web.UI.WebControls.GridViewRow | |
return | object |