Spread for ASP.NET 9.0 Product Documentation
ConditionalFormattingValue Constructor(Object,ConditionalFormattingValueType)


The value.
The type.
Initializes a new instance of the ConditionalFormattingValue class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Object, _
   ByVal type As ConditionalFormattingValueType _
)
'Usage
 
Dim value As Object
Dim type As ConditionalFormattingValueType
 
Dim instance As New ConditionalFormattingValue(value, type)
public ConditionalFormattingValue( 
   object value,
   ConditionalFormattingValueType type
)

Parameters

value
The value.
type
The type.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ConditionalFormattingValue Class
ConditionalFormattingValue Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.