You've already forked lazarus-ccr
fpspreadsheet: Rename TsWorksheet.ReadProtection to TsWorksheet.ReadCellProtection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5785 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -203,7 +203,7 @@ type
|
|||||||
function ReadVertAlignment(ACell: PCell): TsVertAlignment;
|
function ReadVertAlignment(ACell: PCell): TsVertAlignment;
|
||||||
function ReadWordwrap(ACell: PCell): boolean;
|
function ReadWordwrap(ACell: PCell): boolean;
|
||||||
function ReadBiDiMode(ACell: PCell): TsBiDiMode;
|
function ReadBiDiMode(ACell: PCell): TsBiDiMode;
|
||||||
function ReadProtection(ACell: PCell): TsCellProtections;
|
function ReadCellProtection(ACell: PCell): TsCellProtections;
|
||||||
|
|
||||||
function IsEmpty: Boolean;
|
function IsEmpty: Boolean;
|
||||||
|
|
||||||
@ -3516,9 +3516,9 @@ end;
|
|||||||
Returns the protection flags of the cell.
|
Returns the protection flags of the cell.
|
||||||
|
|
||||||
NOTE: These flags are active only if sheet protection is active, i.e.
|
NOTE: These flags are active only if sheet protection is active, i.e.
|
||||||
spCells in Worksheet.Protection.
|
soProtected in Worksheet.Options.
|
||||||
-------------------------------------------------------------------------------}
|
-------------------------------------------------------------------------------}
|
||||||
function TsWorksheet.ReadProtection(ACell: PCell): TsCellProtections;
|
function TsWorksheet.ReadCellProtection(ACell: PCell): TsCellProtections;
|
||||||
var
|
var
|
||||||
fmt: PsCellFormat;
|
fmt: PsCellFormat;
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user