Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / RuntimeIDs Property


In This Topic
RuntimeIDs Property
In This Topic
Gets or sets runtime index for corresponding conditional formatting.
Syntax
'Declaration
 
Public Property RuntimeIDs As Integer()
 
'Usage
 
Dim instance As CellInfoRange
Dim value() As Integer
 
instance.RuntimeIDs = value
 
value = instance.RuntimeIDs
See Also