CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Closed
No files are attached
dennisdoomen wrote Jul 13, 2012 at 7:43 PM
AB_dreeve wrote Jul 13, 2012 at 8:09 PM
public class ExcelSchemaDefinition { public int Index { get; set; } public string DataField { get; set; } public string ColumnLabel { get; set; } public int ColumnIndex { get; set; } public string CellFormat { get; set; } public string PropertyName { get; set; } public Type PropertyType { get; set; } /// /// Returns a string that represents the current object. /// /// /// A string that represents the current object. /// /// 2 public override string ToString() { return string.Format("Index: {0}, ColumnLabel: {1}, DataField: {2}", this.Index, this.ColumnLabel, this.DataField); } }
dennisdoomen wrote Jul 14, 2012 at 7:46 AM
swythan wrote Jul 25, 2012 at 3:22 PM
AB_dreeve wrote Jul 25, 2012 at 4:01 PM
swythan wrote Jul 25, 2012 at 4:48 PM
wrote Aug 13, 2012 at 7:27 PM
wrote Aug 14, 2012 at 7:32 PM
wrote Aug 14, 2012 at 7:34 PM
Sign in to add a comment
Keyboard shortcuts are available for this page.