Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

This method removes any ConditionalFormat objects from the Area.

Signature
C#
C#
 public void RemoveConditionalFormat()
{signature}{signature:
}
Signature
vb.net
vb.net
Public Sub RemoveConditionalFormat()
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

area.RemoveConditionalFormat();
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

area.RemoveConditionalFormat()
{code} {example} {scrollbar}
Scrollbar