Returns the style for the first cell in the range. Changes to this style will apply only to the first cell. To assign this style to the entire Range, set Range.SetStyle() to this Style reference.

public Style FirstCellStyle{ get; }
Public ReadOnly Property FirstCellStyle() As Style
Style firstStyle = rng.FirstCellStyle;
Dim firstStyle As Style = rng.FirstCellStyle