ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Color.Boxes Namespace / PaletteBox Class / getEntry Method

In This Topic
    getEntry Method
    In This Topic
    Return an entry for a given index and column.
    Syntax
    'Declaration
     
    
    Public Function getEntry( _
       ByVal column As Integer, _
       ByVal entry As Integer _
    ) As Integer
    public int getEntry( 
       int column,
       int entry
    )

    Parameters

    column
    entry
    See Also