Description |
---|
Excerpt |
---|
A boolean value indicating whether or not to copy cell formatting. Cell formatting includes font, color, number formatting, fill color, fill pattern and borders. |
Signature | C# | C# | |
---|---|---|---|
Wiki Markup | |||
{description}
{excerpt}A boolean value indicating whether or not to copy cell formatting. Cell formatting includes font, color, number formatting, fill color, fill pattern and borders.{excerpt}
{signature:C#}
public boolean CopyFormatting{ get; set; }
| |||
Signature | |||
{signature}{signature:vb.net | vb.net | }
Public Property CopyFormatting() As Boolean
| |
Example | |||
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vb.net | title |