Spread for ASP.NET 8.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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ConditionalFormattingValue Class
ConditionalFormattingValue Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.