ComponentOne PDF for .NET
CSJ2K.Color.Boxes Namespace / PaletteBox Class / getEntry Method

In This Topic
    getEntry Method (PaletteBox)
    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