Skip to content

Add a parameter to make the top row of each sheet bold. #2

@craibuc

Description

@craibuc

This code should work, but doesn't:

# Set the header-row bold
$workSheet.Range["A1", "A1"].EntireRow.Font.Bold = $true; 

Produces an error:

The property 'Bold' cannot be found on this object.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions