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 Range.{excerpt}
{signature:C#}
 public void RemoveConditionalFormat()
{signature}{signature:vb.net}
Public Sub RemoveConditionalFormat()
{signature}
{example}{code:csharp|title=C#}
range.RemoveConditionalFormat();{code}
{code:vbnet|title=vb.net}
range.RemoveConditionalFormat(){code}

{example}