Basic Examples 
(4)
 

Get information about the current input cell:
In[1]:=
[◼]
CellInformation
[EvaluationCell[]]
Out[1]=
StyleInput,ContentDataBoxData,ContentDataFormStandardForm,EvaluatingTrue,RenderingFalse,NeedsRenderingFalse,CursorPositionCellBracket,FirstCellInGroupTrue,CellSerialNumber29566,FormattedTrue,CellID383241975,ExpressionUUID0f2f8dda-368a-467c-b3fc-3e86f5e2ad7b
———
See information about this text cell:
In[1]:=
[◼]
CellInformation
[PreviousCell[]]
Out[1]=
StyleText,ContentDataTextData,ContentDataFormTextForm,EvaluatingFalse,RenderingFalse,NeedsRenderingFalse,CursorPositionCellBracket,FirstCellInGroupFalse,CellSerialNumber30958,FormattedTrue,CellID23175146,ExpressionUUID8e79e11e-3951-4750-8049-be2a92555ef6
———
Get a specific property:
In[1]:=
[◼]
CellInformation
[EvaluationCell[],"Style"]
Out[1]=
Input
———
Get multiple properties:
In[1]:=
[◼]
CellInformation
[PreviousCell[],{"Style","ContentData"}]
Out[1]=
{Text,TextData}

Scope 
(2)
 


Applications 
(1)
 
