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; }
Public ReadOnly Property Reflection As IReflectionEffect
Get
public:
virtual property IReflectionEffect^ Reflection {
IReflectionEffect^ get () sealed;
}
abstract Reflection : IReflectionEffect with get
override Reflection : IReflectionEffect with 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