Gets or sets opacity level applied to all graphic elements of the table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Opacity() As Single |
C++
Copy Code
|
|---|
public: |
A float value specifying opacity in 0-1 range. The default value is 1.
RemarksSemi-transparency is supported only in GDI+ Graphics mode.
See Also