PowerTools SPREAD for Windows Forms 8.0J
IsUsedForeColorFromConditionalFormatting メソッド


条件付き書式が前景色に作用することを示します。
構文
'Declaration
 
Public Shared Function IsUsedForeColorFromConditionalFormatting( _
   ByVal appearance As Appearance, _
   ByVal extraRendererSettings As ExtraRendererSettings, _
   ByVal value As Object, _
   ByRef foreColor As Color _
) As Boolean
'使用法
 
Dim appearance As Appearance
Dim extraRendererSettings As ExtraRendererSettings
Dim value As Object
Dim foreColor As Color
Dim value As Boolean
 
value = ConditionalFormattingUtils.IsUsedForeColorFromConditionalFormatting(appearance, extraRendererSettings, value, foreColor)
public static bool IsUsedForeColorFromConditionalFormatting( 
   Appearance appearance,
   ExtraRendererSettings extraRendererSettings,
   object value,
   ref Color foreColor
)

パラメータ

appearance
extraRendererSettings
value
foreColor
参照

ConditionalFormattingUtils クラス
ConditionalFormattingUtils メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.