C1.Silverlight.DataGrid Namespace > DataGridColumn Class : GetCellText Method |
'Declaration
Public Overridable Function GetCellText( _ ByVal row As DataGridRow _ ) As System.String
public virtual System.string GetCellText( DataGridRow row )
This feature is widely used in export operations like converting the data grid content to Excel or Pdf.
When the cell does not show a text like a DataGridCheckBoxColumn a representative text will be returned, e.g. "Yes", "No", "Undefined".
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2