Click or drag to resize

CommentsRange Reflection Property

Gets the reflection effect of the cell.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IReflectionEffect Reflection { get; }

Return Value

Type: IReflectionEffect
A IReflectionEffect object representing the reflection effect of the cell.

Implements

IShape Reflection
Exceptions
Exception Condition
NotSupportedException This property can not be supported.
See Also