This code should work, but doesn't: ``` powershell # 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.