Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Sets or returns a Style object that determines how cells in the column look, including number format, font, orientation, etc.

Signature
C#
C#

 public Style Style{ get; set; }
Signature
vb.net
vb.net

Public Property Style() As Style
Example
Code Block
csharp
csharp
titleC#

Style styl = colProps.Style;
Code Block
vb.net
vb.net
titlevb.net

Dim styl As Style = colProps.Style