Table of Contents

Class ExcelControlCheckBox

Namespace
OfficeOpenXml.Drawing.Controls
Assembly
EPPlus.dll

Represents a check box form control

public class ExcelControlCheckBox : ExcelControlWithColorsAndLines, IDisposable
Inheritance
ExcelControlCheckBox
Implements
Inherited Members

Properties

Checked

Gets or sets the state of a check box

public eCheckState Checked { get; set; }

Property Value

eCheckState

ControlType

The type of form control

public override eControlType ControlType { get; }

Property Value

eControlType