public AutoFillColorColumnResults ( System.Boolean sourceColumnContainsNumbers, String sourceColumnName, Double sourceCalculationNumber1, Double sourceCalculationNumber2, Int32 decimalPlaces, Color destinationColor1, Color destinationColor2, ICollection categoryNames ) : System |
sourceColumnContainsNumbers |
System.Boolean |
/// true if the source column contains numbers, false if it contains
/// categories.
/// |
sourceColumnName |
String |
/// Name of the source column, or null if the column wasn't autofilled.
/// Used only if is true.
/// |
sourceCalculationNumber1 |
Double |
/// The actual first source number used in the calculations.
/// Used only if is true.
/// |
sourceCalculationNumber2 |
Double |
/// The actual second source number used in the calculations.
/// Used only if is true.
/// |
decimalPlaces |
System.Int32 |
/// The number of decimal places displayed in the column.
/// Used only if is true.
/// |
destinationColor1 |
Color |
/// The first color used in the destination column.
/// Used only if is true.
/// |
destinationColor2 |
Color |
/// The second color used in the destination column.
/// Used only if is true.
/// |
categoryNames |
ICollection |
/// Collection of category names from the source column. Used only if
/// is false, in which case
/// it can be empty but not null.
/// |
return |
System |
|