[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.ICellLinkControl

Interface ICellLinkControl

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

Common members of controls that have CellLink property.

public interface ICellLinkControl : IControl
Inherited Members

Properties

Display3DShading

Use 3D style.

bool Display3DShading { get; set; }

Property Value

bool

LinkedCell

Gets or sets a cell reference to bind the Value property and the Value property of a cell with the two-way binding mode.

IRange LinkedCell { get; set; }

Property Value

IRange

Remarks

This property doesn't handle #REF! errors. #REF! will be treated as unset value.