Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtColorMRUContainer Class / rgmsocr Property


In This Topic
    rgmsocr Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rgmsocr As MSOCR()
    'Usage
     
    
    Dim instance As OfficeArtColorMRUContainer
    Dim value() As MSOCR
     
    instance.rgmsocr = value
     
    value = instance.rgmsocr
    public MSOCR[] rgmsocr {get; set;}
    See Also