Table of Contents

Struct Cells

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll

Each byte in a Scintilla document is associated with a byte of styling information. The combination of a character byte and a style byte is called a cell.

public readonly struct Cells
Inherited Members

Remarks

Constructors

Cells(char[])

public Cells(char[] charactersAndStyles)

Parameters

charactersAndStyles char[]

Properties

Value

public char[] Value { get; }

Property Value

char[]