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

public Style Style{ get; set; }
Public Property Style() As Style
Style styl = colProps.Style;
Dim styl As Style = colProps.Style