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
Wiki Markup
{description}
{excerpt}This method removes any ConditionalFormat objects from the Area.{excerpt}
{signature:C#}
 public void RemoveConditionalFormat()
{signature}{signature:vb.net}
Public Sub RemoveConditionalFormat()
{signature}
{example}{code:csharp|title=C#}
area.RemoveConditionalFormat();{code}
{code:vbnet|title=vb.net}
area.RemoveConditionalFormat(){code}

{example}
{scrollbar}