GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 : CfValueType 列挙体 |
'Declaration
Public Enum CfValueType Inherits System.Enum
'使用法
Dim instance As CfValueType
public enum CfValueType : System.Enum
メンバ | 説明 |
---|---|
AutoMax | 最も長いデータバーが範囲内の最大値に比例します。 |
AutoMin | 最も短いデータバーが範囲内の最小値に比例します。 |
Formula | 数式が使用されます。 |
Max | 値リストの最高値。 |
Min | 値リストの最低値。 |
None | 条件値なし。 |
Numeric | 数値が使用されます。 |
Percent | パーセントが使用されます。 |
Percentile | 百分位数が使用されます。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.CfValueType