Dokumentacija HotXLS Sadržaj Početna Pregled TGridToXLS IXLSWorkbook Početna Sadržaj Pregled

Name svojstvo

Vraća or sets the name of the font. Read/write WideString

Sintaksa

property Name: WideString;

Primer

This example sets the font name for cells A1:C5 to Arial Workbook.Sheets[1].Range['A1', 'C5'].Font.Name := 'Arial'; This example displays the font name of the cell A1 MessageDlg( Workbook.Sheets[1].Range['A1', 'A1'].Font.Name + ' is the font name of "A1" cell.', mtInformation, [mbOk], 0); Copyright © 2010-2026 losLab Software