Search Results for

    Show / Hide Table of Contents

    Class CellOptions

    Table and canvas cell options

    Inheritance
    object
    CellOptions
    Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
    Assembly: Terminaux.dll
    Syntax
    public class CellOptions

    Constructors

    | Edit this page View Source

    CellOptions(int, int)

    Makes a new instance of the cell options class

    Declaration
    public CellOptions(int ColumnNumber, int RowNumber)
    Parameters
    Type Name Description
    int ColumnNumber

    The column number

    int RowNumber

    The row number

    Properties

    | Edit this page View Source

    CellBackgroundColor

    The custom background cell color

    Declaration
    public Color CellBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    CellColor

    The custom cell color

    Declaration
    public Color CellColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ColoredCell

    Whether to color the cell

    Declaration
    public bool ColoredCell { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ColumnIndex

    The column, or row value, index

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ColumnNumber

    The column, or row value, number

    Declaration
    public int ColumnNumber { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    RowIndex

    The row index

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    RowNumber

    The row number

    Declaration
    public int RowNumber { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    TextSettings

    Text settings for this cell

    Declaration
    public TextSettings TextSettings { get; set; }
    Property Value
    Type Description
    TextSettings
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX