Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions