示例#1
0
 /// <summary>
 /// Gets the color of the cell background.
 /// </summary>
 /// <returns>The cell background color.</returns>
 /// <param name="Index">Index.</param>
 /// <param name="CellName">Cell name.</param>
 /// <param name="isSelected">If set to <c>true</c> is selected.</param>
 public DSColor GetCellBackgroundColor(int Index, String CellName, bool isSelected)
 {
     return(CurrentTable.GetCellBackgroundColor(Index, CellName, isSelected));
 }