Spread Windows Forms 15.0
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
    public int[] RuntimeIDs {get; set;}
    See Also