Show / Hide Table of Contents

Class ExcelControlDialog

Represents a dialog form control. Unsupported

Inheritance
object
XmlHelper
ExcelDrawing
ExcelControl
ExcelControlDialog
Implements
IDisposable
Inherited Members
ExcelControl.ControlPropertiesXml
ExcelControl.Name
ExcelControl.AlternativeText
ExcelControl.Macro
ExcelControl.Print
ExcelControl.Locked
ExcelControl.AutoFill
ExcelControl.AutoPict
ExcelControl.DefaultSize
ExcelControl.Disabled
ExcelControl.ThreeDEffects
ExcelControl.LinkedCell
ExcelControl.DrawingType
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(int, int)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, int, int, int, int)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(int, int, int, int)
ExcelDrawing.SetSize(int)
ExcelDrawing.SetSize(int, int)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(params ExcelDrawing[])
ExcelDrawing.UnGroup(bool)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
ExcelDrawing.Copy(ExcelChartStandard, int, int)
ExcelDrawing.Copy(ExcelWorksheet, int, int, int, int)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public class ExcelControlDialog : ExcelControl, IDisposable

Properties

ControlType

The type of form control

Declaration
public override eControlType ControlType { get; }
Property Value
Type Description
eControlType
Overrides
ExcelControl.ControlType

Implements

IDisposable
In this article
Back to top Generated by DocFX